setEnableDocumentNamedDestinations Method
In This Topic
Sets a value indicating whether document named destinations are enabled.
If named destinations are not enabled, then the method will return null and new named destinations cannot be created.
Syntax
public void setEnableDocumentNamedDestinations(
boolean
)
|
Parameters
- value
- True if the named destinations are enabled.
See Also